home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / artef.dxr / 00161.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  265 b   |  15 lines

  1. on exitFrame
  2.   if the movieTime of sprite 15 = the duration of cast 140 then
  3.     set the sound of cast 140 to 0
  4.     InVis(15)
  5.     unLoadCast(140)
  6.     go("ecr3")
  7.   end if
  8.   if rollOver(15) then
  9.     cursor([901, 902])
  10.   else
  11.     cursor(-1)
  12.   end if
  13.   Loopframe()
  14. end
  15.